home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / IIS5_01.CAB / IIS_index.asp < prev    next >
Encoding:
Text File  |  1999-02-12  |  2.4 KB  |  93 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2.  
  3. <html dir=ltr><HEAD><TITLE>Contents</TITLE>
  4. <META NAME="ROBOTS" CONTENT="NOINDEX"></HEAD>
  5.  
  6. <BODY bgcolor="#000000" border="0"><font face="ms sans serif">
  7. <SCRIPT LANGUAGE="VBScript">
  8. <!--
  9. Function Dec(strHex)
  10.     Dec = InStr("123456789ABCDEF", UCase(Left(strHex,1))) * 16
  11.     Dec = Dec + InStr("123456789ABCDEF", UCase(Mid(strHex,2,1)))
  12. End Function
  13.  
  14. Function FixHex(ByVal strURL)
  15.     Dim x
  16.     FixHex = ""    
  17.     x = InStr(1,strURL,"%")
  18.     Do While (x > 0)
  19.         FixHex = FixHex & Left(strURL,x-1)
  20.         FixHex = FixHex & Chr(Dec(Mid(strURL,x+1)))
  21.         strURL = Mid(strURL,x+3)
  22.         x = InStr(1,strURL,"%")
  23.     Loop
  24.     FixHex = FixHex & strURL
  25. End Function
  26.  
  27.  
  28. Sub TOCPrint_Click()
  29. MyUrl=parent.frames(2).location
  30. x=InStr(MyUrl,"/iishelp")
  31. y=Len(MyUrl)
  32. NewUrl=FixHex(Right(MyUrl,y-(x-1)))
  33. hhctrl.syncURL(NewUrl)
  34. hhctrl.syncURL(NewUrl)
  35. hhctrl.Print()
  36. End Sub
  37. -->
  38. </SCRIPT>
  39.  
  40. <% MachType=Request.ServerVariables("HTTP_UA-CPU")
  41. If MachType="Alpha" Then
  42.     ContHref="contalph.asp"
  43. Else
  44.     ContHref="Contents.asp"
  45. End If %>
  46.  
  47. <SPAN STYLE="position:  relative; left: 0; top: 4">
  48. <A HREF="<%= ContHref%>"><IMG SRC="NoCont.gif" border="0" alt="Contents"></A>
  49. </Span>
  50.  
  51. <SPAN STYLE="position:  relative; left: -4; top: 4">
  52. <IMG SRC="Index.gif" border="0" alt="Index">
  53. </Span>
  54.  
  55. <SPAN STYLE="position:  relative; left: -8; top: 4">
  56.  
  57. <A HREF="Search.asp"><IMG SRC="NoSearch.gif" border="0" alt="Search"></A>
  58.  
  59. </Span>
  60.  
  61. <table width="262" bgcolor="#FFFFFF" border="0" cellpadding="10">
  62. <TR border="1" bgcolor="#FFFFFF">
  63. <td>
  64. <SPAN STYLE="position:  relative; left: 0; top: 18">
  65. <font size="-2">Click the text box, then type the word you are looking for. Select an index entry and click <b>Display.</b><br></font>
  66. </span>
  67. </td>
  68. </tr>
  69. </table>
  70.  
  71. <TABLE bgcolor="#FFFFFF" width="262" height="69%" font="verdana">
  72. <TR border="0" bgcolor="#FFFFFF">
  73. <TD valign="top">
  74. <div style="font-family:verdana;font-size:9pt">
  75. <SPAN STYLE="position:  relative; left: 0; top: 10">
  76. <center><OBJECT id=hhctrl type="application/x-oleobject"
  77.         classid="clsid:adb880a6-d8ff-11cf-9377-00aa003b7a11"
  78.         codebase="../../common/hhctrl.cab"
  79.         width=238
  80.         height=220>
  81.     <PARAM name="Command" value="index">
  82.     <PARAM name="flags" value="0x0,0x35,0xFFFFFFFF">
  83.     <PARAM name="Item1" value="cohhk.hhk">
  84. </OBJECT></center>
  85. </span>
  86. </div>
  87. </TD>
  88. </TR>
  89.  
  90. </TABLE>
  91.  
  92. </BODY>
  93. </HTML>